home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / ld100.zip / LD.CH < prev    next >
Text File  |  1994-04-06  |  1KB  |  18 lines

  1. *----------------------------------------------------------------------------
  2. *
  3. * Light & Dark Lib
  4. *
  5. * Copyright (c) 1993,1994 DataEnter, Michael Kocum
  6. *
  7. * Global definitions
  8. *
  9. #define LD_TYP_IBM9             1               && type definition for IBM Graphic printer with 9 pins
  10. #define LD_TYP_IBM24            5               && type definition for IBM Graphic printer with 24 pins
  11. #define LD_TYP_EPSON9          11               && type definition for EPSON printer with 9 pins
  12. #define LD_TYP_EPSON24         15               && type definition for EPSON printer with 24 pins
  13. #define LD_TYP_PCL3            33               && type definition for PCL3 printer (HP Deskjet)
  14. #define LD_TYP_PCL3ENH         34               && type definition for enhanced PCL3 printer (HP Deskjet Plus)
  15. #define LD_TYP_PCL4            35               && type definition for PCL4 printer (HP Laserjet II)
  16. #define LD_TYP_PCL5            36               && type definition for PCL5 printer (HP Laserjet III)
  17. *
  18.